home *** CD-ROM | disk | FTP | other *** search
/ GRAVIS Top 100 #1 / GRAVIS CD No1_Herbst_94.cdr / Deneba / Canvas™ 3.5.2 US / PPD Folder / QMS81470.PPD < prev    next >
Text File  |  1990-10-12  |  11KB  |  327 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "QMS-PS 810 " version 47.0
  3. *% Produced by "GETapd.ps" version 2.0 edit 47
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 010525 or 010851
  11. *% depending on the filesystem it resides in.
  12. *%
  13. *% Date: 4/6/89
  14. *FormatVersion: "3.0"
  15. *FileVersion: "2.1"
  16. *LanguageVersion: English
  17.  
  18. *Product: "(QMS-PS 810 )"
  19. *PSVersion: "(47.0) 3"
  20. *NickName: "QMS-PS 810 v47.0"
  21.  
  22. *% General Information and Defaults ===============
  23. *ColorDevice: False
  24. *FreeVM: "402212"
  25. *VariablePaperSize: False
  26. *FileSystem: False
  27. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  28. *Throughput: "8"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true 
  33.   }{
  34.     dup    % potential password
  35.     statusdict begin checkpassword end not
  36.   } ifelse 
  37.   {  %  if no password or not valid 
  38.     (WARNING : Cannot perform the exitserver command.) = 
  39.     (Password supplied is not valid.) = 
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if 
  43.   serverdict begin exitserver
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97.  
  98. *% Use these entries to set paper size most of the time, unless there is
  99. *% specific reason to use PageRegion or PaperTray.
  100. *DefaultPageSize: Letter
  101. *PageSize Letter: "statusdict begin lettertray end"
  102. *PageSize Legal: "statusdict begin legaltray end"
  103. *PageSize A4: "statusdict begin a4tray end"
  104. *PageSize B5: "statusdict begin b5tray end"
  105. *?PageSize: "
  106. save statusdict begin
  107.    5 dict begin
  108.    /2 (A4) def 
  109.    /8 (Letter) def 
  110.    /18 (B5) def 
  111.    /24 (Legal) def
  112.    /26 (Executive) def
  113.    1 papersize 
  114.      {(  ) cvs cvn load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  115.    end 
  116. end
  117. restore
  118. "
  119. *End
  120.  
  121. *% These entries will set up the frame buffer. Usually used with manual feed.
  122. *DefaultPageRegion: Letter
  123. *PageRegion Letter: "letter"
  124. *PageRegion Legal: "legal"
  125. *PageRegion A4: "a4"
  126. *PageRegion B5: "b5"
  127.  
  128. *DefaultPaperTray: None
  129. *PaperTray Letter: "statusdict begin lettertray end"
  130. *PaperTray Legal: "statusdict begin legaltray end"
  131. *PaperTray A4: "statusdict begin a4tray end"
  132. *PaperTray B5: "statusdict begin b5tray end"
  133.  
  134. *% The following entries provide information about specific paper keywords.
  135. *DefaultImageableArea: Letter
  136. *ImageableArea Letter: "18 8 593 784"
  137. *ImageableArea Legal: "18 19 593 990"
  138. *ImageableArea A4: "18 18 577 824"
  139. *ImageableArea B5: "9 14 507 715"
  140. *?ImageableArea: "
  141.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  142.   newpath clippath pathbbox
  143.   4 -2 roll exch 2 {ceiling cvp} repeat
  144.   exch 2 {floor cvp} repeat flush
  145.  restore
  146. "
  147. *End
  148.  
  149. *% These provide the physical dimensions of the paper (by keyword)
  150. *DefaultPaperDimension: Letter
  151. *PaperDimension Letter: "612 792"
  152. *PaperDimension Legal: "612 1008"
  153. *PaperDimension A4: "595 842"
  154. *PaperDimension B5: "516 729"
  155.  
  156. *DefaultOutputBin: Upper
  157. *DefaultInputSlot: None
  158.  
  159. *DefaultManualFeed: False
  160. *?ManualFeed: "statusdict /manualfeed get
  161.  {(True)}{(False)}ifelse = flush"
  162. *End
  163. *ManualFeed True: "statusdict begin /manualfeed true store end"
  164. *ManualFeed False: "statusdict begin /manualfeed false store end"
  165.  
  166. *DefaultOutputOrder: Normal
  167.  
  168. *DefaultCollator: None
  169. *DefaultSorter: None
  170. *DefaultDuplex: None
  171.  
  172. *% Font Information =====================
  173.  
  174. *DefaultFont: Courier
  175. *Font AvantGarde-Book: Standard "(001.001)"
  176. *Font AvantGarde-BookOblique: Standard "(001.001)"
  177. *Font AvantGarde-Demi: Standard "(001.001)"
  178. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  179. *Font Bookman-Demi: Standard "(001.001)"
  180. *Font Bookman-DemiItalic: Standard "(001.001)"
  181. *Font Bookman-Light: Standard "(001.001)"
  182. *Font Bookman-LightItalic: Standard "(001.001)"
  183. *Font Courier: Standard "(001.004)"
  184. *Font Courier-Bold: Standard "(001.004)"
  185. *Font Courier-BoldOblique: Standard "(001.004)"
  186. *Font Courier-Oblique: Standard "(001.004)"
  187. *Font Helvetica: Standard "(001.001)"
  188. *Font Helvetica-Bold: Standard "(001.001)"
  189. *Font Helvetica-BoldOblique: Standard "(001.001)"
  190. *Font Helvetica-Narrow: Standard "(001.000)"
  191. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  192. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  193. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  194. *Font Helvetica-Oblique: Standard "(001.001)"
  195. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  196. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  197. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  198. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  199. *Font Palatino-Bold: Standard "(001.001)"
  200. *Font Palatino-BoldItalic: Standard "(001.001)"
  201. *Font Palatino-Italic: Standard "(001.002)"
  202. *Font Palatino-Roman: Standard "(001.001)"
  203. *Font Symbol: Special "(001.001)"
  204. *Font Times-Bold: Standard "(001.001)"
  205. *Font Times-BoldItalic: Standard "(001.001)"
  206. *Font Times-Italic: Standard "(001.001)"
  207. *Font Times-Roman: Standard "(001.001)"
  208. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  209. *Font ZapfDingbats: Special "(001.000)"
  210. *?FontQuery: "
  211. save  4 dict begin /sv exch def
  212. /str (fonts/                              ) def
  213. /st2 128 string def
  214. {
  215.   count 0 gt {
  216.     dup st2 cvs (/) print print (:) print
  217.     dup FontDirectory exch known {pop (Yes)}{
  218.      str exch st2 cvs dup length /len exch def
  219.      6 exch putinterval str 0 len 6 add getinterval mark exch
  220.      { } st2 filenameforall counttomark 0 gt {
  221.       cleartomark (Yes)}{cleartomark (No)}ifelse
  222.     }ifelse = flush
  223.   }{ exit } ifelse
  224. } bind loop 
  225. (*) = flush
  226. sv end restore
  227. "
  228. *End
  229.  
  230. *?FontList: "
  231. save  2 dict begin /sv exch def
  232. /str 128 string def
  233. FontDirectory { pop == } bind forall flush 
  234. /filenameforall where { 
  235.  pop save (fonts/*) { 
  236.   dup length 6 sub 6 exch getinterval cvn ==  
  237.  } bind str filenameforall flush restore
  238. } if 
  239. (*) = flush
  240. sv end restore
  241. "
  242. *End
  243.  
  244. *% Printer Messages (verbatim from printer):
  245. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  246. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  247. *Message: "\FontName\ not found, using Courier"
  248.  
  249. *% Status (format: %%[ status: <one of these> ]%% )
  250. *Status: "idle"
  251. *Status: "busy"
  252. *Status: "waiting"
  253. *Status: "printing"
  254. *Status: "warming up"
  255. *Status: "PrinterError: timeout, clearing printer"
  256. *Status: "PrinterError: warming up"
  257. *Status: "PrinterError: paper entry misfeed"
  258. *Status: "PrinterError: no toner cartridge"
  259. *Status: "PrinterError: service call"
  260. *Status: "PrinterError: cover open"
  261. *Status: "PrinterError: resetting printer"
  262. *Status: "PrinterError: out of paper"
  263. *Status: "PrinterError: timeout"
  264. *Status: "PrinterError: manual feed timeout"
  265. *Status: "PrinterError: no paper tray"
  266.  
  267. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  268. *Source: "serial9"
  269. *Source: "serial25"
  270. *Source: "AppleTalk"
  271. *Source: "Centronics"
  272.  
  273. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  274. *PrinterError: "timeout, clearing printer"
  275. *PrinterError: "warming up"
  276. *PrinterError: "paper entry misfeed"
  277. *PrinterError: "no toner cartridge"
  278. *PrinterError: "service call"
  279. *PrinterError: "cover open"
  280. *PrinterError: "resetting printer"
  281. *PrinterError: "out of paper"
  282. *PrinterError: "timeout"
  283. *PrinterError: "manual feed timeout"
  284. *PrinterError: "no paper tray"
  285.  
  286. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  287.  
  288. *% Color Separation Information =====================
  289.  
  290. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  291.  
  292. *InkName: ProcessBlack/Process Black
  293. *InkName: CustomColor/Custom Color
  294. *InkName: ProcessCyan/Process Cyan
  295. *InkName: ProcessMagenta/Process Magenta
  296. *InkName: ProcessYellow/Process Yellow
  297.  
  298. *% For 60 lpi / 300 dpi =====================================================
  299.  
  300. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  301. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  302. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  303. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  304. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  305.  
  306. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  307. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  308. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  309. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  310. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  311.  
  312. *% For 53 lpi / 300 dpi =====================================================
  313.  
  314. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  315. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  316. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  317. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  318. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  319.  
  320. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  321. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  322. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  323. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  324. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  325.  
  326. *% end of PPD file for QMS-PS 810 
  327.